home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / Dec 89 / 0134-Notification manager-Nov89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.1 KB  |  38 lines  |  [TEXT/GEOL]

  1. Item forwarded  by  A33          to A34
  2.  
  3. Item    8035956                         28-Nov-89        19:34
  4.  
  5. From:   MOOF                            Rollin, Keith A
  6.  
  7. To:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Notification manager prob
  10.  
  11. Attn: Strategic Planning Sys, D Bell
  12. SentBy: Keith Rollin
  13.         Reply to:    Notification manager probs
  14. Danny,
  15.  
  16. The only thing I can see that is suspect is where you have the line:
  17.  
  18.    nmResp := @minusOne;
  19.  
  20. According to Technote #184, this field should contain either NIL, a pointer to
  21. a routine, or a -1. What you are doing is passing a pointer to a variable
  22. called "minusOne." I think that what you want is:
  23.  
  24.    nmResp := -1;
  25.  
  26. Hope this works,
  27.  
  28. - Keith Rollin
  29. - Apple Developer Technical Support
  30.  
  31. PS: What are you using "aNotePtr" for?
  32.  
  33. PPS: MacApp.Tech$ is a forum for MacApp questions and concerns. Lately, people
  34. have been commenting that the traffic on it is too much for them, and dropping
  35. off the list. Since this question doesn't really concern MacApp, you might
  36. want to consider sending future non-MacApp questions to MacDTS instead.
  37.  
  38.